@@ -44,7 +44,6 @@ describe Agents::BoxcarAgent do |
||
| 44 | 44 |
|
| 45 | 45 |
it "should raise error when invalid response arrives" do |
| 46 | 46 |
stub(HTTParty).post { {"blah" => "blah"} }
|
| 47 |
- @checker.receive([@event]) |
|
| 48 | 47 |
expect{@checker.send_notification}.to raise_error
|
| 49 | 48 |
end |
| 50 | 49 |
|